home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -serious- / programming / c / icu-1.3.1 / icu / data / nl.txt < prev    next >
Text File  |  2000-02-23  |  3KB  |  110 lines

  1. // ****************************************************************************
  2. // *                                                                          *
  3. // * COPYRIGHT:                                                               *
  4. // * (C) Copyright Taligent, Inc.,  1997                                      *
  5. // * (C) Copyright International Business Machines Corporation,  1997-99      *
  6. // * Licensed Material - Program-Property of IBM - All Rights Reserved.       *
  7. // * US Government Users Restricted Rights - Use, duplication, or disclosure  *
  8. // * restricted by GSA ADP Schedule Contract with IBM Corp.                   *
  9. // *                                                                          *
  10. // ****************************************************************************
  11.  
  12. nl {
  13.     Countries { 
  14.         NL { "Nederland" }
  15.         BE { "Belgi\u00EB" }
  16.     }
  17.     DateTimeElements { 
  18.             "2",
  19.             "4",
  20.     }
  21.     DateTimePatterns { 
  22.             "H:mm:ss' uur' z",
  23.             "H:mm:ss z",
  24.             "H:mm:ss",
  25.             "H:mm",
  26.             "EEEE d MMMM yyyy",
  27.             "d MMMM yyyy",
  28.             "d-MMM-yy",
  29.             "d-M-yy",
  30.             "{1} {0}",
  31.     }
  32.     DayAbbreviations { 
  33.             "zo",
  34.             "ma",
  35.             "di",
  36.             "wo",
  37.             "do",
  38.             "vr",
  39.             "za",
  40.     }
  41.     DayNames { 
  42.             "zondag",
  43.             "maandag",
  44.             "dinsdag",
  45.             "woensdag",
  46.             "donderdag",
  47.             "vrijdag",
  48.             "zaterdag",
  49.     }
  50.     Languages { 
  51.         nl { "Nederlands" }
  52.     }
  53.     LocaleID { "0413" }
  54.     LocaleString { "nl" }
  55.     MonthAbbreviations { 
  56.             "jan",
  57.             "feb",
  58.             "mrt",
  59.             "apr",
  60.             "mei",
  61.             "jun",
  62.             "jul",
  63.             "aug",
  64.             "sep",
  65.             "okt",
  66.             "nov",
  67.             "dec",
  68.             "",
  69.     }
  70.     MonthNames { 
  71.             "januari",
  72.             "februari",
  73.             "maart",
  74.             "april",
  75.             "mei",
  76.             "juni",
  77.             "juli",
  78.             "augustus",
  79.             "september",
  80.             "oktober",
  81.             "november",
  82.             "december",
  83.             "",
  84.     }
  85.     NumberElements { 
  86.             ",",
  87.             ".",
  88.             ";",
  89.             "%",
  90.             "0",
  91.             "#",
  92.             "-",
  93.             "E",
  94.             "\u2030",
  95.             "\u221E",
  96.             "\uFFFD",
  97.     }
  98.     ShortLanguage { "nld" }
  99.     localPatternChars { "GyMdkHmsSEDFwWahKz" }
  100.     zoneStrings { 
  101.         {
  102.                 "Africa/Casablanca",
  103.                 "GMT",
  104.                 "GMT",
  105.                 "GMT",
  106.                 "GMT",
  107.         }
  108.     }
  109. }
  110.